home *** CD-ROM | disk | FTP | other *** search
/ Earth & Beyond / Earth and Beyond (EA Games)(Disc 1).ISO / ENBData.cab / _ED48C637ECAE42339E909F249B8A3FB6 < prev    next >
Text File  |  2002-07-30  |  1KB  |  45 lines

  1. ; Orbital.ini
  2.  
  3. [ORBITALS]
  4. NUM_ORBITALS=2;
  5. LIGHTCOLOR=LightColor.Space;
  6. SKYCOLOR=SkyColor.Space;
  7. SKYEMISSIVE=SkyEmissive.Blue Ambient;
  8.  
  9. ;[SAMPLEORBITAL]
  10. ;OBJECT= Render Object Name
  11. ;LIGHTINTENSITY= Spline Name
  12. ;SKYINTENSITY= Spline Name
  13. ;STARTANGLE= Multiple of PI 0 = down, 1 = up 0.5 = east
  14. ;RX= Multiple of PI rotation about the X axis. Must be 0.0 for land lights
  15. ;RZ= Multiple of PI rotation about the Z axis. Must be 0.0 for land lights
  16. ;DISTANCE= In normal units away from CAMERA
  17. ;ORBITSPERHOUR= Number of orbits per hour
  18. ;LIGHTRADIUS= Angular radius of the light. If left blank program will calculate based on distance and radius
  19.  
  20. [ORBITAL000]
  21. OBJECT=1557
  22. FORCE_VISIBLE=TRUE;
  23. STARTANGLE=0.0
  24. RX=0.6
  25. RZ=0.4
  26. DISTANCE=50000
  27. EMITS_LIGHT=TRUE
  28. LIGHTINTENSITY=LightIntensity.Blue Sun
  29. SKYINTENSITY=SkyIntensity.Sun
  30. HUE=180
  31. SCALE=0.75
  32.  
  33. [ORBITAL001]
  34. OBJECT=28
  35. FORCE_VISIBLE=TRUE;
  36. STARTANGLE=0.0
  37. RX=0.9
  38. RZ=-0.19
  39. DISTANCE=250000
  40. EMITS_LIGHT=False
  41. LIGHTINTENSITY=LightIntensity.Yellow Sun
  42. SKYINTENSITY=SkyIntensity.Sun
  43. SCALE=0.7
  44.  
  45.